UFix64INumericUFix64BitwiseComplement Method
Produces a bitwise complement of the current value by reversing each bit.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UFix64 INumeric<UFix64>.BitwiseComplement()
Private Function BitwiseComplement As UFix64
Implements INumeric(Of UFix64).BitwiseComplement
private:
virtual UFix64 BitwiseComplement() sealed = INumeric<UFix64>::BitwiseComplement
private abstract BitwiseComplement : unit -> UFix64
private override BitwiseComplement : unit -> UFix64
UFix64A bitwise complement of the current value.
INumericTSelfBitwiseComplement